@charset "utf-8";
/*
 * @Author: hl,haolei@ec.com.cn
 * @Date: 2021-01-13 12:41:05
 * @LastEditTime: 2021-09-24 18:16:51
 * @LastEditors: hl,haolei@ec.com.cn
 * @Description: 
 */
.z-crt{
	background-color: #0098fe;
	color: #fff;
}
#subscribe {
	position: relative;
	margin-bottom: 1px;
	height: 51px;
}
#subscribe span {
	display: inline-block;
	width: 51px;
	height: 51px;
	background:url(../../img/bg/subBg_01.png) no-repeat;
	cursor: pointer;
}
.dy .subBox {
	display: block;
}
.subBox {
	display: none;
	position: absolute;
	top: 0;
	left:-400px;
	width: 400px;
	height: 50px;
	background: #d3d6dc;
}
.subBox input[type='text'] {
	float: left;
	margin: 10px 0 0 10px;
	padding: 0 5px;
	width:320px;
	height: 28px;
	background: #fff;
	border: 1px solid #7a7a7a;
}
.subBox input[type='button'] {
	float: left;
	margin: 10px 0 0 6px;
	height: 30px;
	width: 50px;
	color: #fff;
	font-size: 14px;
	background: #207cb6;
	border: none;
	cursor: pointer;
}